html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
big,
del,
em,
img,
s,
small,
strong,
sub,
sup,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
audio,
video,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: "Microsoft YaHei", "微软雅黑";
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
html,body {
    overflow-x: hidden;
    background-color: #fff;
    color: #333;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em,
i{
    font-style: normal;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}
a:link,
a:visited,
a:hover,
a:focus{
    text-decoration:none;
}

ul,li{
    list-style:none;
}
button {
    border: none;
    background:none;
	outline: none;
}
/*显示省略号*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis_two {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after,.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
}
.w {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
.page-w {
	width: 1200px;
	margin: 0 auto;
}
.scale .img{
    overflow: hidden;
}
.scale .img img{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.scale .img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.scale {
	overflow: hidden;
}
.scale img {
	transition: all 0.6s;
}
.scale:hover img{
	transform: scale(1.1);
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex_arround {
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 768px) {
    .w {
        width: 100%;
    }
}

  /* @font-face {
    font-family: 'iconfont';  
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
  } */

  @font-face {
    font-family: 'iconfont';  /* project id 1768623 */
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
  }
.iconfont {
    font-family: iconfont;
}
.icon_search::before {
    content: '\e606';
}
.icon_triangle::before {
    content: '\e644';
}
.icon_to::before {
    content: '\e601';
}
.icon_qq::before {
    content: '\e60a';
}
.icon_close::before {
    content: '\e60e';
}
.icon_tel::before {
    content: '\e60c';
}
.icon_go::before {
    content: '\e639';
}
.icon_weibo::before {
    content: '\e635';
}
.icon_wechat::before {
    content: '\e615';
}
.icon_menu::before {
    content: '\e634';
}
.icon_colse1::before {
    content: '\e612';
}
.icon_list::before {
    content: '\e637';
}